home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999…tember: Reference Library
/
Apple Developer CD Series Reference Library (Apple, Inc.) (September 1999)(Disk 1).iso
/
mac
/
Technical Documentation
/
Develop
/
develop Issue 27
/
develop Issue 27 code
/
Internet Config Assistant
/
InternetAssistantPrefix.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-30
|
76 b
|
9 lines
|
[
TEXT/CWIE
]
#define NDEBUG
#ifdef NDEBUG
#define DEBUG 0
#else
#define DEBUG 1
#endif